home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Hity z okladki / Webroot SpySweeper 5 / SpySweeper180TrialSetup_GBR.exe / {app} / SafeSweeper.exe / 0 / RCDATA / TMECONTACTFORM / TMECONTACTFORM.txt
Text File  |  2006-08-03  |  1KB  |  64 lines

  1. object ContactForm: TMEContactForm
  2.   Message = 'Contact Information'
  3.   MinWidth = 0
  4.   OnAction = 'madExcept.HandleContactForm'
  5.   Timer = 0
  6.   object ContinueBtn: INVButton
  7.     Caption = 'Continue'
  8.     Enabled = True
  9.     NoOwnerDraw = False
  10.     Visible = True
  11.   end
  12.   object SkipBtn: INVButton
  13.     Caption = 'Skip'
  14.     Enabled = False
  15.     NoOwnerDraw = False
  16.     Visible = True
  17.   end
  18.   object CancelBtn: INVButton
  19.     Caption = 'Cancel'
  20.     Enabled = True
  21.     NoOwnerDraw = False
  22.     Visible = True
  23.   end
  24.   object Label1: INVLabel
  25.     Caption = 'your name:'
  26.     Enabled = True
  27.     Spacing = 0
  28.   end
  29.   object NameEdit: INVEdit
  30.     Colored = True
  31.     Enabled = True
  32.     Lines = 1
  33.     Optional = True
  34.     OutputName = 'contact name'
  35.     OutputType = nvoHeader
  36.     Spacing = 0
  37.     Text = ''
  38.     Valid = True
  39.   end
  40.   object Label2: INVLabel
  41.     Caption = 'your email:'
  42.     Enabled = True
  43.     Spacing = 0
  44.   end
  45.   object EmailEdit: INVEdit
  46.     Colored = True
  47.     Enabled = True
  48.     Lines = 1
  49.     Optional = False
  50.     OutputName = 'contact email'
  51.     OutputType = nvoHeader
  52.     Spacing = 0
  53.     Text = ''
  54.     Valid = True
  55.   end
  56.   object MemCheck: INVCheckBox
  57.     Caption = 'remember me'
  58.     Checked = False
  59.     Enabled = True
  60.     OutputName = ''
  61.     Spacing = 0
  62.   end
  63. end
  64.